wait loop - translation to English
Diclib.com
ChatGPT AI Dictionary
Enter a word or phrase in any language 👆
Language:

Translation and analysis of words by ChatGPT artificial intelligence

On this page you can get a detailed analysis of a word or phrase, produced by the best artificial intelligence technology to date:

  • how the word is used
  • frequency of use
  • it is used more often in oral or written speech
  • word translation options
  • usage examples (several phrases with translation)
  • etymology

wait loop - translation to English

COMPUTER PROGRAMMATION TECHNIQUE IN WHICH A PROCESS REPEATEDLY CHECKS TO SEE IF A CONDITION IS TRUE
Busy spin; Busy-wait; Busy-loop; Busy loop; Busy wait; Busy-wait loop; Busy-wait loops; Busy wait loops; Busy wait loop; Busy-waiting

wait loop      

общая лексика

ждущий цикл, цикл ожидания

программный цикл, исполняющийся до выполнения какого-либо внешнего условия или события, например действия пользователя

синоним

busy waiting

Смотрите также

empty loop; endless loop; infinite loop; nested loop

self-loop         
AN EDGE IN A NODE-LINK GRAPH THAT CONNECTS A VERTEX TO ITSELF
Self-loop; Graph loop

математика

петля (в графе)

wait         
WIKIMEDIA DISAMBIGUATION PAGE
WAIT; WAit; Wait (disambiguation); Wait (Song); Wait (song); Wait (EP); Wait EP; Wait (album)

[weit]

общая лексика

ожидание

дожидаться

ждать

ожидать

Смотрите также

cumulative throughflow; fractional throughflow

существительное

[weit]

общая лексика

ожидание

засада

христославы (певцы, ходящие по домам в сочельник)

выжидание

(the waits) христославы (певцы, ходящие по домам в сочельник)

театр

антракт

перерыв

глагол

общая лексика

ждать, ожидать, дожидаться

(часто for) ждать

ожидать

дожидаться

остановиться

чтобы подождать кого-л.

пережидать что-л.

выжидать

откладывать

быть готовым

обслуживать за столом

(on

upon)

прислуживать

служить кому-л.

обслуживать (покупателей, заказчиков и т. п.)

ухаживать

ждать

to wait at table ([амер.] to wait on table) - обслуживать посетителей ресторана, прислуживать за столом

сопровождать, сопутствовать

разговорное выражение

откладывать обед и т. п.

редкое выражение

представляться (кому-л.)

являться (к кому-л.)

наносить визит

книжное выражение

сопровождать

провожать

участвовать (в церемонии)

сопутствовать

Definition

loop fusion

Wikipedia

Busy waiting

In computer science and software engineering, busy-waiting, busy-looping or spinning is a technique in which a process repeatedly checks to see if a condition is true, such as whether keyboard input or a lock is available. Spinning can also be used to generate an arbitrary time delay, a technique that was necessary on systems that lacked a method of waiting a specific length of time. Processor speeds vary greatly from computer to computer, especially as some processors are designed to dynamically adjust speed based on current workload. Consequently, spinning as a time-delay technique can produce unpredictable or even inconsistent results on different systems unless code is included to determine the time a processor takes to execute a "do nothing" loop, or the looping code explicitly checks a real-time clock.

In most cases spinning is considered an anti-pattern and should be avoided, as processor time that could be used to execute a different task is instead wasted on useless activity. Spinning can be a valid strategy in certain circumstances, most notably in the implementation of spinlocks within operating systems designed to run on SMP systems.

What is the Russian for wait loop? Translation of &#39wait loop&#39 to Russian